EMT Practice Test
1. Question Content...
Question5: Select the command that doesn't cause Terraform to refresh its state.
Question10: terraform validate confirms that your infrastructure matches the Terraform state file.
Question11: What is the workflow for deploying new infrastructure with Terraform?
Question12: Which of the following is not a valid Terraform variable type?
Question15: You can reference a resource created with for_each using a Splat ( *) expression.
Question16: What does the default "local" Terraform backend store?
Question17: A module can always refer to all variables declared in its parent module.
Question23: What is a key benefit of the Terraform state file?
Question25: Why does this backend configuration not follow best practices?
Question26: Terraform variable names are saved in the state file.
Question29: Which parameters does terraform import require? Choose two correct answers.
Question30: Which of the following statements about Terraform modules is not true?
Question31: When do changes invoked by terraform apply take effect?
Question33: What does Terraform use the .terraform.lock.hc1 file for?
Question37: What does state looking accomplish?
Question39: Variables declared within a module are accessible outside of the module.
Question41: You much initialize your working directory before running terraform validate.


